"Time control 4.txt"
{
	"Text"			"#Controls Time and impacts"
	"Description"		"Use the sliders to chose how fast the game runs and the force level, also you can chance your perseption of everything. (Made by Team Nightmare)"	
		
	"checkbox"
	{
			"Label"		"#Must be on (sv_cheats)"
			"command"	"Sv_cheats"
	}
	"button"
	{
			"Text"			"everything Normal"
			"command"		"host_timescale 1;phys_pushscale 1;cl_phys_timescale 0.01;mat_yuv 0;r_screenoverlay effects/tp_eyefx/0tp_blacknightmare.vmt;sv_gravity 600"

	}
	
	"Slider"
	{
		"Label"				"#Time controler"
		"Type"				"Float"
		"Min"				"0.005"
		"Max"				"8"
		"Command"			"host_timescale"
	}
	
       	"Slider"
	{
		"Label"				"#Force"
		"Type"				"Float"
		"Min"				"1"
		"Max"				"10000"
		"Command"			"phys_pushscale"

	}
	
       	"Slider"
	{
		"Label"				"#Gravity"
		"Type"				"Float"
		"Min"				"0"
		"Max"				"1000"
		"Command"			"sv_gravity"

	}
	"button"
	{
			"Text"			"Normal"
			"command"		"mat_yuv 0;r_screenoverlay effects/tp_eyefx/0tp_blacknightmare.vmt"

        }

	"button"
	{
			"Text"			"Combine Vision"
			"command"		"r_screenoverlay effects/combine_binocoverlay.vmt"
	
	}
	"button"
	{
			"Text"			"Goslo swirl"
			"command"		"r_screenoverlay effects/tp_eyefx/tpeye.vmt"

	}
	"button"
	{
			"Text"			"Black and White"
			"command"		"mat_yuv 1"
    
        }
	"button"
	{
			"Text"			"Gofast pinch"
			"command"		"r_screenoverlay effects/tp_eyefx/tp_eyefx.vmt"
	
		}
	
	}	
}
		
	

				